DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / AsLive Method / AsLive<T>(INotifyCollectionChanged,ViewOrder) Method

In This Topic
    AsLive<T>(INotifyCollectionChanged,ViewOrder) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function AsLive(Of T)( _
       ByVal source As INotifyCollectionChanged, _
       ByVal order As ViewOrder _
    ) As View(Of T)
    public static View<T> AsLive<T>( 
       INotifyCollectionChanged source,
       ViewOrder order
    )

    Parameters

    source
    order

    Type Parameters

    T
    See Also